Grid Component Properties and Methods
/documentation/pages/Ref/Client_Api/Grid/index.xml
Properties and methods that can be used on the client side to automate grid components.
Open a Grid component
/documentation/pages/Ref/Action Javascript/Open a Grid component.xml
Opens a grid component in a pop-up window, or in a DIV on the current page. This requires first defining a grid component.
Grid Component Capabilities
/documentation/pages/Server/Guide/Design/View/Grid/Grid Component Capabilities.xml
Web publishing applications only. A grid component displays reads from and writes to your database and displays the data in a web page. The Grid Builder is a genie that you use to create grid components. The HTML Editor allows you to place grid components into A5W pages (an A5W page is a hybrid HTML/Xbasic page that is processed by the Application Server ). Grids have many optional capabilities that you can enable or disable through menus. Many properties of a new grid component have default properties. If you wish, you can set different default property values.
The Grid Component
/documentation/pages/Guides/Mobile and Web Components/Grid/index.xml
Guides on how to use the grid builder, grid properties and features, example pages, and more.
UX Component Methods
/documentation/pages/Ref/Client_Api/UX/UX methods/index.xml
Placeholders, properties, and methods that can be used on the client-side to interact with UX components.
Grid Component - SQL Database Errors
/documentation/pages/Server/Guide/Design/View/Grid/Grid Component/Grid Component SQL Database Errors.xml
You can now customize the text that is displayed when the SQL Database reports an Insert, Update or Delete error. By default, Alpha Anywhere displays this text for an Update, Delete or Insert Error:
How to Call a UX Component from a Grid and Pass Information from the UX Component Back into the Grid
/documentation/pages/HowTo/Grid/Calling a UX Component from a Grid and Pass Information from the Dialog Back to the Grid.xml
Steps and examples on how to do this are described in this page.
Grid Component Search Part
/documentation/pages/Guides/Mobile and Web Components/Grid/The Search Part/Grid Component Search Part.xml
A guide to all of the options available in the grid component search part.
Creating a Grid Component - Tutorial
/documentation/pages/Guides/Mobile and Web Components/Grid/Introducing the Grid Builder/Tutorials/Creating a Grid Component - Tutorial.xml
Covers a range of topics including selecting a database, creating a grid component, selecting data to use and display in the component, and how to view the component in a browser.
Ordering Lookup Entries - Grid Component
/documentation/pages/Server/Guide/Design/View/Grid/Ordering Lookup Entries - Grid Component.xml
Often you will want to display a list of values selected from a table. It is often desirable to specifically order these entries, instead of allowing them to display in record order or alphabetically. Here is a technique for solving this problem. This example uses a drop down list box on a dialog component, but the technique works equally well with a list box on a grid component.